Skip to content

feat(specs): add EIP-7805 spec#1928

Open
jihoonsong wants to merge 1 commit intoethereum:forks/amsterdamfrom
jihoonsong:eips/amsterdam/eip-7805
Open

feat(specs): add EIP-7805 spec#1928
jihoonsong wants to merge 1 commit intoethereum:forks/amsterdamfrom
jihoonsong:eips/amsterdam/eip-7805

Conversation

@jihoonsong
Copy link
Member

What was wrong?

This PR implements EIP-7805.

How was it fixed?

When testing IL validation, we would only need to modify blockchain tests. Hence, t8n's run_blockchain_test() has been updated to validate IL constraints while run_state_test() remains unchanged.

Meanwhile, add_block_to_chain(), which runs state_transition, effectively performs no-ops for IL validation. It seems it doesn’t differentiate behavior based on the fork, so the modified state_transition receives an empty Tuple by default for simplicity.

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@jihoonsong jihoonsong mentioned this pull request Dec 16, 2025
@codecov
Copy link

codecov bot commented Dec 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.15%. Comparing base (dca59f6) to head (3158215).

Additional details and impacted files
@@               Coverage Diff                @@
##           forks/amsterdam    #1928   +/-   ##
================================================
  Coverage            86.15%   86.15%           
================================================
  Files                  538      538           
  Lines                34557    34557           
  Branches              3222     3222           
================================================
  Hits                 29773    29773           
  Misses                4177     4177           
  Partials               607      607           
Flag Coverage Δ
unittests 86.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Carsons-Eels pushed a commit to Carsons-Eels/execution-specs that referenced this pull request Jan 6, 2026
…ereum#1928)

* fix(tests): EIP-7825: Pre-Osaka tests consuming more than the tx gas limit cap

* fix(tests): EIP-7825: Pre-Osaka BLS tests consuming more than the tx gas limit cap

* fix: tox

* docs: changelog

* chore(tests): make blake2 use dynamic tx limit.

* chore(tests): update slow deposit tests.

* chore(tests): tstore run until out of gas test.

---------

Co-authored-by: spencer-tb <spencer@spencertaylorbrown.uk>
Carsons-Eels pushed a commit to Carsons-Eels/execution-specs that referenced this pull request Jan 6, 2026
…ereum#1928)

* fix(tests): EIP-7825: Pre-Osaka tests consuming more than the tx gas limit cap

* fix(tests): EIP-7825: Pre-Osaka BLS tests consuming more than the tx gas limit cap

* fix: tox

* docs: changelog

* chore(tests): make blake2 use dynamic tx limit.

* chore(tests): update slow deposit tests.

* chore(tests): tstore run until out of gas test.

---------

Co-authored-by: spencer-tb <spencer@spencertaylorbrown.uk>
@petertdavies petertdavies self-assigned this Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants